home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2007 December / PCWKCD1207B.iso / Najgorsze komunikatory / Tlen.pl / tleninst60255.exe / tlen.exe / 0 / RCDATA / TMODERATINGWINDOW / TMODERATINGWINDOW.txt
Text File  |  2007-09-27  |  2KB  |  89 lines

  1. object ModeratingWindow: TModeratingWindow
  2.   Left = 206
  3.   Top = 137
  4.   Width = 711
  5.   Height = 548
  6.   BorderWidth = 2
  7.   Color = clBtnFace
  8.   Constraints.MinHeight = 300
  9.   Constraints.MinWidth = 450
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Verdana'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   Scaled = False
  18.   OnDestroy = FormDestroy
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Panel1: TPanel
  22.     Left = 0
  23.     Top = 0
  24.     Width = 699
  25.     Height = 510
  26.     Align = alClient
  27.     BevelOuter = bvNone
  28.     Color = 13951716
  29.     TabOrder = 0
  30.     DesignSize = (
  31.       699
  32.       510)
  33.     object ListView1: TListView
  34.       Left = 2
  35.       Top = 2
  36.       Width = 695
  37.       Height = 365
  38.       Anchors = [akLeft, akTop, akRight, akBottom]
  39.       Columns = <
  40.         item
  41.           Caption = 'Nadawca'
  42.           Width = 150
  43.         end
  44.         item
  45.           Caption = 'Tre'#347#263
  46.           Width = 500
  47.         end>
  48.       MultiSelect = True
  49.       ReadOnly = True
  50.       RowSelect = True
  51.       TabOrder = 0
  52.       ViewStyle = vsReport
  53.       OnChange = ListView1Change
  54.       OnKeyDown = ListView1KeyDown
  55.       OnKeyPress = ListView1KeyPress
  56.     end
  57.     object Memo1: TMemo
  58.       Left = 2
  59.       Top = 372
  60.       Width = 695
  61.       Height = 100
  62.       Anchors = [akLeft, akRight, akBottom]
  63.       ReadOnly = True
  64.       ScrollBars = ssVertical
  65.       TabOrder = 1
  66.     end
  67.     object Button1: TButton
  68.       Left = 542
  69.       Top = 478
  70.       Width = 75
  71.       Height = 25
  72.       Anchors = [akRight, akBottom]
  73.       Caption = 'Zaakceptuj'
  74.       TabOrder = 2
  75.       OnClick = Button1Click
  76.     end
  77.     object Button2: TButton
  78.       Left = 622
  79.       Top = 478
  80.       Width = 75
  81.       Height = 25
  82.       Anchors = [akRight, akBottom]
  83.       Caption = 'Odrzu'#263
  84.       TabOrder = 3
  85.       OnClick = Button1Click
  86.     end
  87.   end
  88. end
  89.